PropertyCollectionContains Method |
Determines whether a property is in the collection.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool Contains(
Property property
)
Public Function Contains (
property As Property
) As Boolean
Parameters
- property
- Type: Independentsoft.WebdavProperty
The property to locate in the collection.
Return Value
Type:
BooleanTrue if property is found in the collection; otherwise, false
See Also